WASTED Modding Documentation  1
ModdingDocumentation
BuffAttribute Class Reference

Represents a change to an attribute that is applied by a Buff/Equipment. More...

Static Public Member Functions

static BuffAttribute Create (string name, string expression, bool is_multiplicative=false, string required_tags="")
 Creates a new BuffAttribute.
 

Public Attributes

string attributeName = ""
 The attribute that is modified.
 
bool isMultiplicative = false
 Whether the modification is multiplicative. Otherwise, the modification is additive.
 
string attributeExpression = "0"
 A string expression that represents the modification to the attribute.
 
string requiredTags = ""
 The tags that must be present on the character for the modification to be applied.
 

Detailed Description

Represents a change to an attribute that is applied by a Buff/Equipment.


The documentation for this class was generated from the following file: